home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / TrickyClickyBall.swf / scripts / frame_3 / PlaceObject2_186_15 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2005-09-27  |  265 b   |  12 lines

  1. onClipEvent(enterFrame){
  2.    makePowahUp += random(12) + 1;
  3.    if(makePowahUp >= 660)
  4.    {
  5.       makePowahUp = 0;
  6.       this._x = random(536) - 10.4;
  7.       this._y = random(318.1) + 40.4;
  8.       this._visible = true;
  9.       this.but._visible = true;
  10.    }
  11. }
  12.